home *** CD-ROM | disk | FTP | other *** search
- History for SVII-ProcessPics.rexx © by Ulrich Falke
- ---------------------------------------------------
-
- V 0.00 only one file converted to PNG. (SVconvert2PNG.rexx)
-
- V 0.02 add: multiselect with rxASL.lib for converting more files.
-
- V 0.05 changed: to rexxreqtools.lib because the multiselection is the best.
- add: several requesters and possibility to select an other dest. directory.
- add: svobject support. change the name to 'SVII-ConvertPics.rexx'.
-
- V 1.00 add: svoperator support. change the name to 'SVII-ProcessPics.rexx'.
-
- V 1.02 add: renaming. changes for handling filenames with spaces.
-
- V 1.04 changed: handling filnames with more then one dot.
-
- V 2.00 add: small 'locale' support. german and english.
-
- V 2.01 removed: little bugs and text-errors.
-
- V 2.02 add: svdriver support and show the pics after processing on a screen
- of your choice.
-
- V 2.03 add: bestmode if screenmoderequester is chanceled.
- write the english and german description inside the script.
-
- V 2.03 make the code a littel smaller.
- add: a few comments.
-
- V 2.04 add: the 'blind' mode for show nothing.
-
- V 2.05 clean up the locale strings.
-
- V 2.06 add: protection for overwriting existing files.
-
- V 2.07 add: automatic for 8 to 24 bit for sv-operators that require 24 bit like the most SQ-op's.
- add: automatic for 24 to 8 bit for sv-operators that require 8 bit like the opt.Palette-op.
- add: automatic for 24 to 8 bit for sv-savers that require 8 bit like GIF.
-
- V 2.08 add: time calculation.
-
- V 2.09 add: ANSI-Output
-
- V 2.10 add: correct renaming of files with number at the end (pic.001).
- BUG corrected: filenames without a dot get lost (ex: pic_01 -> png).
- add: renaming with filerequester.
- shorten to long output-lines.
-
- V 2.11 write the readme file.
- first AmiNET upload. (05.Sept 1998)
-
- V 2.12 BUG corrected (reported from A.R. Kleinert)
- If the original-pic is in the ROOT-dir, the pic was renamed to: for ex. "OLDNAME.Rot.iff".
- "OLDNAME" is a variable, it was, in this case, empty ("").
- shorten again to long output-lines.
-
- V 2.13 add: Now it's possible to choose the SV-screendriver, that you set with SV-Prefs.
-
- V 2.14 add: Save prefs to 'ENVARC:SV-ProcessPics.prefs'
- (last used pic-path, save-path, SV-Object, SV-Operator, screenmode, SV-Driver and some needed variables).
- changed: Now you get always the last used settings in the requesters as defaultresponse,
- if you choose in different requesters last-used, the last saved settings will be used again.
-
- V 2.15 add: Default-settings if no prefsfile ( path's = SYS: , SV-Driver = AGA/RTG WindowDriver , SV-Object = PNG (PiNG))
-
- V 2.16 add: If the last used pic-path did'nt exists anymore (like changed CD-ROM), the default-path will be used.
-
- V 2.17 add: better ERROR handling, improved the ERROR-requester.
-
- V 2.18 add: in the last requester you can save the settings to ENVARC:, ENV:, start the script again,
- to process further pictures or quit without saving.
- changed: some text-strings, to have a clearer output.
-
- V 2.19 add: all requesters have now keyboard-shortcuts.
-
- V 2.20 add: request-call for SVPrefs from the script, to change settings for all SV-libs and sub-libs.
-
- V 2.20a BUG corrected (reported from M. Steigerwald)
- The variable "SAME" was not defined befor first use ( if there is'nt a prefsfile, the defaultsettings will be used,
- without asking the user ).
-
- V 2.21 changed: SVPrefs will now bee called with the DOS-Script 'Start-SVPrefs.script'. It has to be in the
- same directory as 'SVII-ProcessPics.rexx'.
- In this start-script it's easy to set the right Stack for SVPrefs.
-